2D Game Development dynamics in c++ [on hold]

Posted by novice on Game Development See other posts from Game Development or by novice
Published on 2013-10-25T16:30:09Z Indexed on 2013/10/25 22:12 UTC
Read the original article Hit count: 145

I am new to developing computer graphic applications in c++ using OpenGl. I want to develop games but I really am facing problems when it comes to understanding concepts like trajectory, collisions, gravity and also the use of various physics engines that are available. when i search the internet I kind of get lost because they aren't for beginners like me. There is some hardcore mathematics, physics and coding involved. I need to pick the concepts that are mostly needed in game dev like trajectory, collision etc. Any good tutorials that can help me out in picking these concepts from the start.

© Game Development or respective owner

Related posts about c++

Related posts about opengl